home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
misc
/
evenmore
/
rexx
/
evenlha.rexx
next >
Wrap
OS/2 REXX Batch file
|
1999-02-03
|
241b
|
13 lines
/* View lha archives with EvenMore */
parse arg filename
if ~show('p','rexxsupport.library') then call addlib('rexxsupport.library',0,-30,0)
address command 'c:lha v 'filename' >ram:lhaview'
address 'EvenMore.1'
"OPEN ram:lhaview"
exit